home *** CD-ROM | disk | FTP | other *** search
- ;
- ; HP DeskJet printer definition - Tested in DeskJet 520
- ;
-
- ;
- ; Printer port
- ; Change to file name for printing to file
- ;
- [Printer]
- Port=LPT1
-
- ;
- ; Paper Size & margins
- ;
- [PrintSize]
- PageLength=64
- PageWidth=94
- MarginLeft=4
- MarginRight=2
- MarginTop=2
- MarginBottom=1
-
- ;
- ; Printer control codes
- ;
- [PrintCode]
- Normal=ESC,"(s0s0B"
- Italic=ESC,"(s1s0B"
- Bold=ESC,"(s0s3B"
- BoldItalic=ESC,"(s1s3B"
- FF=#12
- LF=#10
- CR=#13
- Init=ESC,"(10U",ESC,"(s0p12h10v0s0b3T"
- Done=
-